Finally I found my issue!
It was not on signing issues at all.
In release builds I generally set
GCC_SYMBOLS_PRIVATE_EXTERN = NO
But I forgot to flag all the exported functions with
__attribute__((visibility("default")))
Topic:
Media Technologies
SubTopic:
Audio
Tags: